home *** CD-ROM | disk | FTP | other *** search
- .make
- #
- # .srcpath=<path> specifies the sourcepath
- # .binpath=<path> specifies the compilerpath
- # .tos switch to tosenvironment
- #
- # beispiel einer makedatei mit mehreren sourcedateien für TURBO C.
- # mit dieser makedatei wurde KOLUMBUS selst erzeugt.
- #
- .tos
- .binpath=\TC
- .srcpath=\TC\KOLUMB
-
- kolum199.app: komain.o koedit1.o kodivers.o kocoman.o
- tlink.ttp -C=kolumbus.lnk
-
- komain.o: komain.c kolumbu.h kolumbus.h
- tcc.ttp -P -G -I\tc\include komain
-
- koedit1.o: koedit1.c kolumbu.h kolumbus.h
- tcc.ttp -P -G -I\tc\include koedit1
-
- kodivers.o: kodivers.c kolumbu.h
- tcc.ttp -P -G -I\tc\include kodivers
-
- kocoman.o: kocoman.c kolumbu.h kolumbus.h
- tcc.ttp -P -G -I\tc\include kocoman
-
-